-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL] Add sycl_ext_intel_math_inv #8138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi, @zettai-reido and @akolesov-intel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, @intel/llvm-reviewers-runtime and @bso-intel |
Where is the test PR for this? |
Hi, @aelovikov-intel |
It doesn't need mean we don't need to test this new API as part of this project. |
Hi, @aelovikov-intel |
/verify with intel/llvm-test-suite#1571 |
Hi, @aelovikov-intel |
/verify with intel/llvm-test-suite#1571 |
Hi, @bso-intel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi, @bader and @aelovikov-intel |
@jinge90, please, ping @intel/llvm-gatekeepers team for future merge requests. More on that here - https://github.com/intel/llvm/blob/sycl/CONTRIBUTING.md#merge. |
Please, add |
Hi, @intel/llvm-gatekeepers |
Done. |
This PR aims to add sycl::ext::intel::math::inv for fp32, fp64, half, half2 to sycl intel math header. The real implementation has been provided by SYCL device library via __imf_inv/invf16/invf.